home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / stabilzr.sit / The Stabilizer / card_15246.txt < prev    next >
Text File  |  1989-02-05  |  3KB  |  98 lines

  1. -- card: 15246 from stack: in
  2. -- bmap block id: 14607
  3. -- flags: 4000
  4. -- background id: 11611
  5. -- name: Estimating
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 01
  10. -- high flags: 2002
  11. -- rect: left=31 top=47 right=151 bottom=478
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 3 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=38 top=4 right=40 bottom=76
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 11030 / 11030
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Home
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual barn door close slowly to gray
  37.   visual dissolve
  38.   go stack "Home"
  39. end mouseUp
  40.  
  41.  
  42.  
  43. -- part 4 (field)
  44. -- low flags: 01
  45. -- high flags: 2007
  46. -- rect: left=31 top=172 right=291 bottom=478
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 0
  50. -- font id: 3
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: 
  55.  
  56.  
  57. -- part 6 (button)
  58. -- low flags: 00
  59. -- high flags: A002
  60. -- rect: left=355 top=314 right=332 bottom=402
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 0 / 0
  63. -- text alignment: 1
  64. -- font id: 0
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: Try It
  69. ----- HyperTalk script -----
  70. on mouseUp
  71.   push card
  72.   visual venetian blinds to gray
  73.   visual venetian blinds
  74.   go card "tryIt"
  75.   show card field "viewDemo"
  76.   repeat until the mouse is Down
  77.   end repeat
  78.   get the mouseLoc
  79.   hide card field "viewDemo"
  80.   if item 1 of it > 20 and item 1 of it < 181 and item 2 of it > 56 and item 2 of it < 297 then send mouseDown to card field "expenseDemo"
  81.   if item 1 of it > 52 and item 1 of it < 152 and item 2 of it > 15 and item 2 of it < 40 then send mouseDown to button "Feb"
  82.   if item 1 of it > 235 and item 1 of it < 275 and item 2 of it > 306 and item 2 of it < 339 then send mouseUp to button "Go Back"
  83. end mouseUp
  84.  
  85.  
  86.  
  87. -- part contents for background part 7
  88. ----- text -----
  89. Estimating Bills
  90.  
  91. -- part contents for card part 2
  92. ----- text -----
  93. Some expenses change every year.  You can choose to have The Stabilizer use the amounts from this year and last year to estimate the increase in expense amounts for next year.  If the expense amount from last year has decreased this year The Stabilizer will estimate a 0% percent increase because the aim of this budget is to never be short on funds to cover bills.
  94.  
  95. -- part contents for card part 4
  96. ----- text -----
  97. To have an expense automatically estimated hold down the mouse while the pointer is on the name of the expense item.  When the information menu pops up drag the pointer onto the expense name at the top of the pop-up menu and release the mouse.  You will get a message asking if you want an automatic cost adjustment for that expense (if you already set up automatic cost adjustment for this expense item then you will go to that card).  If you click on
  98. "Yes" The Stabilizer will make a card to hold the data and will ask you for the expense amounts for the year preceding the one you already have entered.  If you don't have that information, you may use the present year, but the estimation will not be as accurate the first year.  To keep the estimations accurate you must change expense amounts for each month when you pay your bills.